home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / workshop / other / testlin / testlin.exe / LINUX / USR / BIN / PI < prev    next >
Encoding:
Text File  |  1996-02-27  |  132 b   |  4 lines

  1. #!/bin/sh
  2. echo put saved image from command gi = /tmp/image.fd0 back to fd0
  3. dd of=/dev/fd0H1440 if=/tmp/image.fd0 bs=512 count=2880
  4.